home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / PRTREP.ZIP / HISTORY.LOG < prev    next >
Encoding:
Text File  |  1996-09-17  |  2.9 KB  |  75 lines

  1. UPDATE LOG - REPORTIT
  2. ---------------------
  3. Version 5.27
  4.   Fixed GPF when removing the TGBGrid which is connected to Reportit
  5.   Enlarged text space in "Print Options" dialog
  6.   Made the "Total" and "SubTotal" text properties
  7.   Corrected bug in Preview which did not increase the magnification
  8.   Added a record count for subgroups and groups. @RecCount
  9.  
  10. Version 5.26
  11.   Added 2 Event Handlers, OnBeforePreviewPrint and OnAfterPreviewPrint
  12.    which allows the programmer to do cleanup etc. in the Previewer.
  13.   Added the OnGetText Event handler so that the programmer can use the
  14.    OnGetText Event in a TTable or TQuery
  15.  
  16. Version 5.25
  17.   Fixed bug - Now uses the DisplayText to format an Integer or Float
  18.    field
  19.   Fixed a few bugs - @Page, @Date and @Time now works properly, Totals
  20.    and SubTotals were put back in and now works again
  21.  
  22. Version 5.24
  23.   Fixed a serious bug - If there were more than 30 fields in a table
  24.    or query then an application error occurred - It now allows as
  25.    many as necessary.
  26.   Fixed bug - when the first field was not visible then the first vertical
  27.    column line was drawn in the wrong spot.
  28.   Changed method SetSubtotalField to allow the text displayed to be
  29.    user definable.
  30.   Removed properties DateTimeStampEnabled and PageNumberEnabled and replaced
  31.    them with FooterStringLeft and FooterStringRight which can now contain
  32.    whatever the programmer wants. The following options will be replaced
  33.    if they occur in these Footers
  34.      @Page will be replaced by the current page number
  35.      @Date will be replaced by the current date
  36.      @Time will be replace by the current time
  37.  
  38. Version 5.2
  39.   Fixed bug with long filenames and Delphi 2.0
  40.   Change GridMinWidth when set to False to accept the DisplayWidth of
  41.    the fields - It will also pick up any column changes during runtime
  42.  
  43. Version 5.1
  44.   Enhanced font and color support for components.
  45.   Fixed Disable- and EnabledControls methods.
  46.   Fixed bug that did not delete temporary files properly after printing
  47.   Updated Help files with new functions
  48.   Fixed bug which gave exception error when using poPrinter as output
  49.   Fixed problem with 32-bit installation - Gave a Version mismatch error
  50.    on InfPower.PAS file.
  51.   Fixed bug - Overprinted onto same page when printing directly to the
  52.    printer.
  53.   Fixed bug - HeaderColor did not change on Report when printing the
  54.    output
  55.   Fixed a few bugs on Reportit Demo
  56.  
  57. Version 5.0
  58.   Added print support for Infopower components as optional extra
  59.   Fixed numerous bugs
  60.   Enhanced Viewer.
  61.  
  62. Version 4.41
  63.   Changed TPanel to allow switching off of BorderStyle property
  64.   Changed the print size of Page Numbers and dates
  65.   Fixed bug which did not allow Header of Footer font to be changed
  66.  
  67. Version 4.4
  68.   Added Multi Language support
  69.  
  70. Version 4.3
  71.   Changed Decimal Separator to allow Windows Decimal Separator
  72.   Changed Default options in components from string to double where applicable
  73.  
  74.  
  75.